home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 001a / chekport.zip / CPORT.DOC < prev    next >
Text File  |  1986-05-16  |  3KB  |  72 lines

  1. CPORT Copyright 1985,1986 by Keith P. Graham
  2. Version 2.00, March 11, 1985.
  3.  
  4. Press ALT-LEFT SHIFT-P to control I/O Port assignment
  5. Use /? for instructions
  6.  
  7. CPORT is a memory resident port controller designed for installations with
  8. a need to switch between 2 or more printers.  Complete control can be
  9. obtained by entering CPORT with no parameters and then pressing and holding
  10. the Alt and the left shift keys and tapping the P key.  This will bring up
  11. a menu where you may change the default configuration of the PC.  Options
  12. include redirection of printer data to com ports, swapping of LPT1 and
  13. LPT2, and initialization of com ports.  (Note:  although you may change the
  14. com port initialization parameters, the port will not be initialized until
  15. you press "Z" or enter the CPORT command again.).  An additional option is
  16. a delay which stops the machine about a half second every time the printer
  17. prints a carriage return, and a few seconds more for a page eject.  This is
  18. for slow printers which can time out on page ejects.  It is probably not
  19. needed for most installations.
  20.  
  21. You may also include parameters after the CPORT command so that CPORT can
  22. be included in AUTOEXEC.BAT files, etc.  You can enter each of the
  23. parameters separated by commas.  The parameters must be in order and there
  24. must be a comma for each parameter.  If you leave a parameter out, the
  25. current setting will not be changed.  The parameters are:
  26.  
  27. PRINTER,COMPORT,BAUD,DATABITS,PARITY,STOPBITS
  28.  
  29. Only one character is needed for each parameter, but more can be used to
  30. increase readability.  You can enter:
  31.  
  32. CPORT LPT1,COM2,4800,7,E,1    or:
  33.  
  34. CPORT 1,2,4,7,e,1    either will give the same results
  35.  
  36. The example above redirects lpt1 to com2 and initializes. If LPT# is left
  37. out, no redirection will take place, but the com port will be initialized
  38. --  com2 to 4800 baud, 7 data bits, even parity with 1 stop bit.
  39.  
  40. By using the "/" switch character you can change other options.  Switches
  41. are:
  42.  
  43. N = change parity on comport but don't make resident
  44. D = set delay for slow printers
  45. S = swap printer ports
  46. ? = this screen
  47.  
  48. CPORT is a public domain program in that I do not require payment for it.
  49. If, however, CPORT is used in a profit making environment, I would insist
  50. on a small contribution for my time and effort the amout of ten dollars is
  51. suggested).
  52.  
  53. Contributions, comments and suggestions can be addressed to:
  54.  
  55. GRAHAM SYSTEMS
  56. Germonds Road
  57. West Nyack, NY 10994
  58.  
  59. I can not respond to questions or comments unless a stamped self addressed
  60. envelope is included with your letter, and the program cannot be customized
  61. (at least not for ten dollars).
  62.  
  63. [CPORT uses about 5K of RAM.  It has no un-install capability to remove it
  64. from memory once resident, but that can be accomplished by using Kim
  65. Kokkonen's wonderful MARK and RELEASE programs, available on most BBS's in
  66. TSRCOMxx.ARC, where xx is the current version number.  Documentation
  67. created by doing an ascii dump of the cport.com file and editing the
  68. on-line help (.com files without docs make me nervous).  Robert Blacher,
  69. Sysop, Computer Connections PCBoard, Washington, D.C., 2400/1200, (202)
  70. 547-2008 public; (202) 547-7621 limited access.]
  71.  
  72.